PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addArc Method
x position of rectangle's top left corner.
y position of rectangle's top left corner.
The rectangle width.
The rectangle height.
Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
In This Topic
    addArc Method
    In This Topic
    Adds an arc to path.
    Syntax
    public void addArc( 
       double left,
       double top,
       double width,
       double height,
       double startAngle,
       double sweepAngle
    )

    Parameters

    left
    x position of rectangle's top left corner.
    top
    y position of rectangle's top left corner.
    width
    The rectangle width.
    height
    The rectangle height.
    startAngle
    Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
    sweepAngle
    Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
    See Also